home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 28 / Creative-Review-CD-ROM-28.iso / pc / kungfu / assets / game.dir / 00085_Script_outro frame loop < prev    next >
Text File  |  1997-08-08  |  162b  |  9 lines

  1. on exitFrame
  2.   
  3.   if the movietime of sprite 1 >= the duration of cast the castnum of sprite 1 then
  4.     go frame "clean"
  5.   end if
  6.   
  7.   go the frame
  8.   
  9. end